go/types.Context.getID (method)

3 uses

	go/types (current package)
		context.go#L51: 	h.string(strconv.Itoa(ctxt.getID(orig)))
		context.go#L114: func (ctxt *Context) getID(t Type) int {
		typestring.go#L286: 			w.string(strconv.Itoa(w.ctxt.getID(t)))